home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- #ifndef OCBH
- #define OCBH
- //----------------------------------------------------------------------------
- #include <vcl\System.hpp>
- #include <vcl\Windows.hpp>
- #include <vcl\SysUtils.hpp>
- #include <vcl\Classes.hpp>
- #include <vcl\Graphics.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\Buttons.hpp>
- #include <vcl\ExtCtrls.hpp>
- //----------------------------------------------------------------------------
- class TOKBottomDlg : public TForm
- {
- __published:
- TButton *OKBtn;
- TButton *CancelBtn;
- TBevel *Bevel1;
- private:
- public:
- virtual __fastcall TOKBottomDlg(TComponent* AOwner);
- };
- //----------------------------------------------------------------------------
- extern TOKBottomDlg *OKBottomDlg;
- //----------------------------------------------------------------------------
- #endif
-